ComponentOne ASP.NET MVC Controls
KeyActionEnter Property (FlexGridBase<T>)

C1.Web.Mvc Namespace > FlexGridBase<T> Class : KeyActionEnter Property
Gets or sets the action to perform when the ENTER key is pressed.
Syntax
'Declaration
 
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Overridable Property KeyActionEnter As KeyAction
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public virtual KeyAction KeyActionEnter {get; set;}
Remarks
The default setting for this property is C1.Web.Mvc.Grid.KeyAction.MoveDown, which causes the control to move the selection to the next row. This is the standard Excel behavior.
See Also

Reference

FlexGridBase<T> Class
FlexGridBase<T> Members